﻿2026-06-21T04:46:34.1496596Z Current runner version: '2.335.1'
2026-06-21T04:46:34.1502330Z Runner name: 'kitsubito'
2026-06-21T04:46:34.1503017Z Runner group name: 'Default'
2026-06-21T04:46:34.1503827Z Machine name: 'KITSUBITO'
2026-06-21T04:46:34.1506476Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T04:46:34.1508572Z Contents: read
2026-06-21T04:46:34.1509177Z Metadata: read
2026-06-21T04:46:34.1509689Z Packages: read
2026-06-21T04:46:34.1510170Z ##[endgroup]
2026-06-21T04:46:34.1512136Z Secret source: Actions
2026-06-21T04:46:34.1512784Z Prepare workflow directory
2026-06-21T04:46:34.1954698Z Prepare all required actions
2026-06-21T04:46:34.1984535Z Getting action download info
2026-06-21T04:46:34.5605577Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T04:46:35.1546817Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T04:46:35.2436628Z ##[group]Run actions/checkout@v5
2026-06-21T04:46:35.2437457Z with:
2026-06-21T04:46:35.2437848Z   fetch-depth: 0
2026-06-21T04:46:35.2438310Z   repository: SaberMage/spt-core
2026-06-21T04:46:35.2441917Z   token: ***
2026-06-21T04:46:35.2442314Z   ssh-strict: true
2026-06-21T04:46:35.2442696Z   ssh-user: git
2026-06-21T04:46:35.2443091Z   persist-credentials: true
2026-06-21T04:46:35.2443511Z   clean: true
2026-06-21T04:46:35.2443912Z   sparse-checkout-cone-mode: true
2026-06-21T04:46:35.2444363Z   fetch-tags: false
2026-06-21T04:46:35.2444744Z   show-progress: true
2026-06-21T04:46:35.2445145Z   lfs: false
2026-06-21T04:46:35.2445513Z   submodules: false
2026-06-21T04:46:35.2445917Z   set-safe-directory: true
2026-06-21T04:46:35.2446552Z ##[endgroup]
2026-06-21T04:46:35.3299551Z Syncing repository: SaberMage/spt-core
2026-06-21T04:46:35.3301496Z ##[group]Getting Git version info
2026-06-21T04:46:35.3302374Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T04:46:35.3303327Z [command]/usr/bin/git version
2026-06-21T04:46:35.3303800Z git version 2.43.0
2026-06-21T04:46:35.3317751Z ##[endgroup]
2026-06-21T04:46:35.3329218Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5259aeb0-b85c-47af-8df7-33fe000c2185' before making global git config changes
2026-06-21T04:46:35.3330439Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T04:46:35.3332608Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T04:46:35.3363263Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T04:46:35.3381963Z https://github.com/SaberMage/spt-core
2026-06-21T04:46:35.3392212Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T04:46:35.3394920Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T04:46:35.3419460Z HEAD
2026-06-21T04:46:35.3452176Z ##[endgroup]
2026-06-21T04:46:35.3453125Z [command]/usr/bin/git submodule status
2026-06-21T04:46:35.3637418Z ##[group]Cleaning the repository
2026-06-21T04:46:35.3638853Z [command]/usr/bin/git clean -ffdx
2026-06-21T04:46:37.2653912Z Removing target/
2026-06-21T04:46:37.2664948Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T04:46:37.2847531Z HEAD is now at 8d1e85d66 Merge bcf137365f2e8526c1cb94b61ea3852bc3714fdf into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T04:46:37.2852874Z ##[endgroup]
2026-06-21T04:46:37.2887747Z ##[group]Disabling automatic garbage collection
2026-06-21T04:46:37.2891623Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T04:46:37.2920989Z ##[endgroup]
2026-06-21T04:46:37.2921527Z ##[group]Setting up auth
2026-06-21T04:46:37.2926805Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T04:46:37.2955422Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T04:46:37.3144436Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T04:46:37.3171060Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T04:46:37.3356164Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T04:46:37.3382122Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T04:46:37.3570858Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T04:46:37.3602797Z ##[endgroup]
2026-06-21T04:46:37.3603251Z ##[group]Fetching the repository
2026-06-21T04:46:37.3610314Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +d84e164388231e3e637a9015b1771a01bd20c840:refs/remotes/pull/26/merge
2026-06-21T04:46:37.9998050Z From https://github.com/SaberMage/spt-core
2026-06-21T04:46:37.9998781Z    bcf137365..bfe760e24  v0.13.0-delivery-control                 -> origin/v0.13.0-delivery-control
2026-06-21T04:46:37.9999573Z    bcf137365..bfe760e24  v0.13.0-p1b-ack-deadlock                 -> origin/v0.13.0-p1b-ack-deadlock
2026-06-21T04:46:38.0059380Z  + 8d1e85d66...d84e16438 d84e164388231e3e637a9015b1771a01bd20c840 -> pull/26/merge  (forced update)
2026-06-21T04:46:38.0093460Z ##[endgroup]
2026-06-21T04:46:38.0094084Z ##[group]Determining the checkout info
2026-06-21T04:46:38.0094897Z ##[endgroup]
2026-06-21T04:46:38.0098706Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T04:46:38.0137065Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T04:46:38.0161697Z ##[group]Checking out the ref
2026-06-21T04:46:38.0164200Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T04:46:38.0244470Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T04:46:38.0244938Z any of your branches:
2026-06-21T04:46:38.0245095Z 
2026-06-21T04:46:38.0245419Z   8d1e85d66 Merge bcf137365f2e8526c1cb94b61ea3852bc3714fdf into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T04:46:38.0245820Z 
2026-06-21T04:46:38.0246029Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T04:46:38.0246377Z to do so with:
2026-06-21T04:46:38.0246519Z 
2026-06-21T04:46:38.0246670Z  git branch <new-branch-name> 8d1e85d66
2026-06-21T04:46:38.0246928Z 
2026-06-21T04:46:38.0248459Z HEAD is now at d84e16438 Merge bfe760e24820443a34062b37fc797a3cc1e2a489 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T04:46:38.0253952Z ##[endgroup]
2026-06-21T04:46:38.0289469Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T04:46:38.0317527Z d84e164388231e3e637a9015b1771a01bd20c840
2026-06-21T04:46:38.0495332Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T04:46:38.0495791Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T04:46:38.0512023Z shell: /usr/bin/bash -e {0}
2026-06-21T04:46:38.0512314Z ##[endgroup]
2026-06-21T04:46:38.0621109Z ##[group]Run set -euo pipefail
2026-06-21T04:46:38.0621411Z [36;1mset -euo pipefail[0m
2026-06-21T04:46:38.0621611Z [36;1mPIN=0c95435[0m
2026-06-21T04:46:38.0621811Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T04:46:38.0622050Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T04:46:38.0622388Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T04:46:38.0622783Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T04:46:38.0623205Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T04:46:38.0623548Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T04:46:38.0623777Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T04:46:38.0624037Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T04:46:38.0624512Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T04:46:38.0624861Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T04:46:38.0625089Z [36;1mfi[0m
2026-06-21T04:46:38.0625360Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T04:46:38.0641605Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T04:46:38.0641900Z env:
2026-06-21T04:46:38.0642097Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T04:46:38.0642318Z ##[endgroup]
2026-06-21T04:46:38.7657472Z    Compiling proc-macro2 v1.0.106
2026-06-21T04:46:38.7657926Z    Compiling unicode-ident v1.0.24
2026-06-21T04:46:38.7658217Z    Compiling quote v1.0.45
2026-06-21T04:46:38.7658479Z    Compiling libc v0.2.186
2026-06-21T04:46:38.7658731Z    Compiling serde_core v1.0.228
2026-06-21T04:46:38.7683082Z    Compiling cfg-if v1.0.4
2026-06-21T04:46:38.7709763Z    Compiling serde v1.0.228
2026-06-21T04:46:38.7722561Z    Compiling log v0.4.32
2026-06-21T04:46:38.7776617Z    Compiling pin-project-lite v0.2.17
2026-06-21T04:46:38.7824078Z    Compiling typenum v1.20.1
2026-06-21T04:46:38.7824674Z    Compiling portable-atomic v1.13.1
2026-06-21T04:46:38.7825228Z    Compiling version_check v0.9.5
2026-06-21T04:46:38.7876569Z    Compiling memchr v2.8.1
2026-06-21T04:46:38.7964504Z    Compiling shlex v2.0.1
2026-06-21T04:46:38.7995474Z    Compiling critical-section v1.2.0
2026-06-21T04:46:38.8516575Z    Compiling find-msvc-tools v0.1.9
2026-06-21T04:46:38.8941326Z    Compiling bytes v1.11.1
2026-06-21T04:46:38.9030531Z    Compiling futures-core v0.3.32
2026-06-21T04:46:38.9440811Z    Compiling subtle v2.6.1
2026-06-21T04:46:39.0070328Z    Compiling equivalent v1.0.2
2026-06-21T04:46:39.0610379Z    Compiling smallvec v1.15.1
2026-06-21T04:46:39.0742887Z    Compiling itoa v1.0.18
2026-06-21T04:46:39.0943578Z    Compiling semver v1.0.28
2026-06-21T04:46:39.1746671Z    Compiling stable_deref_trait v1.2.1
2026-06-21T04:46:39.1861066Z    Compiling futures-io v0.3.32
2026-06-21T04:46:39.2060658Z    Compiling slab v0.4.12
2026-06-21T04:46:39.2070298Z    Compiling futures-sink v0.3.32
2026-06-21T04:46:39.2471075Z    Compiling generic-array v0.14.7
2026-06-21T04:46:39.2531855Z    Compiling futures-task v0.3.32
2026-06-21T04:46:39.2850597Z    Compiling rustversion v1.0.22
2026-06-21T04:46:39.3141397Z    Compiling futures-channel v0.3.32
2026-06-21T04:46:39.3270631Z    Compiling bitflags v2.12.1
2026-06-21T04:46:39.4081188Z    Compiling rustc_version v0.4.1
2026-06-21T04:46:39.4184486Z    Compiling hashbrown v0.17.1
2026-06-21T04:46:39.4243804Z    Compiling cpufeatures v0.2.17
2026-06-21T04:46:39.4257983Z    Compiling fnv v1.0.7
2026-06-21T04:46:39.4901049Z    Compiling strsim v0.11.1
2026-06-21T04:46:39.4947046Z    Compiling cfg_aliases v0.2.1
2026-06-21T04:46:39.5061556Z    Compiling rand_core v0.10.1
2026-06-21T04:46:39.5219314Z    Compiling litemap v0.8.2
2026-06-21T04:46:39.5540758Z    Compiling writeable v0.6.3
2026-06-21T04:46:39.5860482Z    Compiling utf8_iter v1.0.4
2026-06-21T04:46:39.6528334Z    Compiling fs_extra v1.3.0
2026-06-21T04:46:39.7027214Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T04:46:39.7224682Z    Compiling icu_properties_data v2.2.0
2026-06-21T04:46:39.7266362Z    Compiling ident_case v1.0.1
2026-06-21T04:46:39.8241503Z    Compiling dunce v1.0.5
2026-06-21T04:46:39.8595715Z    Compiling getrandom v0.4.2
2026-06-21T04:46:39.8870641Z    Compiling percent-encoding v2.3.2
2026-06-21T04:46:39.8908671Z    Compiling autocfg v1.5.1
2026-06-21T04:46:39.9000497Z    Compiling http v1.4.1
2026-06-21T04:46:40.0170603Z    Compiling unicode-segmentation v1.13.3
2026-06-21T04:46:40.0391613Z    Compiling cpufeatures v0.3.0
2026-06-21T04:46:40.0784609Z    Compiling thiserror v2.0.18
2026-06-21T04:46:40.1290867Z    Compiling aws-lc-rs v1.17.0
2026-06-21T04:46:40.1450739Z    Compiling scopeguard v1.2.0
2026-06-21T04:46:40.1551044Z    Compiling chacha20 v0.10.0
2026-06-21T04:46:40.1891007Z    Compiling form_urlencoded v1.2.2
2026-06-21T04:46:40.2223000Z    Compiling syn v2.0.117
2026-06-21T04:46:40.2410755Z    Compiling lock_api v0.4.14
2026-06-21T04:46:40.2817995Z    Compiling indexmap v2.14.0
2026-06-21T04:46:40.3081975Z    Compiling untrusted v0.9.0
2026-06-21T04:46:40.3798242Z    Compiling rustls v0.23.40
2026-06-21T04:46:40.3870473Z    Compiling heck v0.5.0
2026-06-21T04:46:40.3935745Z    Compiling unicode-xid v0.2.6
2026-06-21T04:46:40.4329434Z    Compiling anyhow v1.0.102
2026-06-21T04:46:40.4830601Z    Compiling const-oid v0.10.2
2026-06-21T04:46:40.4930759Z    Compiling atomic-waker v1.1.2
2026-06-21T04:46:40.5150650Z    Compiling paste v1.0.15
2026-06-21T04:46:40.5450893Z    Compiling httparse v1.10.1
2026-06-21T04:46:40.5678271Z    Compiling convert_case v0.10.0
2026-06-21T04:46:40.5922312Z    Compiling parking_lot_core v0.9.12
2026-06-21T04:46:40.6058200Z    Compiling zerocopy v0.8.50
2026-06-21T04:46:40.6204319Z    Compiling num-traits v0.2.19
2026-06-21T04:46:40.6830601Z    Compiling hybrid-array v0.4.12
2026-06-21T04:46:40.6960500Z    Compiling curve25519-dalek v4.1.3
2026-06-21T04:46:40.7640815Z    Compiling jobserver v0.1.34
2026-06-21T04:46:40.8010817Z    Compiling ahash v0.8.12
2026-06-21T04:46:40.8371009Z    Compiling crypto-common v0.1.7
2026-06-21T04:46:40.8560817Z    Compiling block-buffer v0.10.4
2026-06-21T04:46:40.8981029Z    Compiling base64ct v1.8.3
2026-06-21T04:46:40.9170690Z    Compiling either v1.16.0
2026-06-21T04:46:40.9440967Z    Compiling fastrand v2.4.1
2026-06-21T04:46:40.9583835Z    Compiling powerfmt v0.2.0
2026-06-21T04:46:40.9674702Z    Compiling digest v0.10.7
2026-06-21T04:46:40.9916236Z    Compiling http-body v1.0.1
2026-06-21T04:46:41.0789086Z    Compiling cc v1.2.63
2026-06-21T04:46:41.1640541Z    Compiling deranged v0.5.8
2026-06-21T04:46:41.1840889Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T04:46:41.2311467Z    Compiling num-conv v0.2.2
2026-06-21T04:46:41.2527442Z    Compiling base64 v0.22.1
2026-06-21T04:46:41.2560758Z    Compiling zmij v1.0.21
2026-06-21T04:46:41.3781090Z    Compiling pkg-config v0.3.33
2026-06-21T04:46:41.3889654Z    Compiling mio v1.2.1
2026-06-21T04:46:41.4277804Z    Compiling socket2 v0.6.4
2026-06-21T04:46:41.4808311Z    Compiling getrandom v0.2.17
2026-06-21T04:46:41.5711807Z    Compiling tower-service v0.3.3
2026-06-21T04:46:41.6260879Z    Compiling data-encoding v2.11.0
2026-06-21T04:46:41.6430958Z    Compiling vcpkg v0.2.15
2026-06-21T04:46:41.6776420Z    Compiling rand_core v0.6.4
2026-06-21T04:46:41.7350760Z    Compiling try-lock v0.2.5
2026-06-21T04:46:41.8011037Z    Compiling rand v0.10.1
2026-06-21T04:46:41.8200686Z    Compiling tinyvec_macros v0.1.1
2026-06-21T04:46:41.8690670Z    Compiling time-core v0.1.8
2026-06-21T04:46:41.8791031Z    Compiling tinyvec v1.11.0
2026-06-21T04:46:41.9071154Z    Compiling want v0.3.1
2026-06-21T04:46:41.9130676Z    Compiling parking_lot v0.12.5
2026-06-21T04:46:41.9666876Z    Compiling crypto-common v0.2.2
2026-06-21T04:46:42.0558574Z    Compiling block-buffer v0.12.0
2026-06-21T04:46:42.1511750Z    Compiling sha2 v0.10.9
2026-06-21T04:46:42.1698603Z    Compiling inout v0.1.4
2026-06-21T04:46:42.2011144Z    Compiling vergen-lib v9.1.0
2026-06-21T04:46:42.2380631Z    Compiling n0-future v0.3.2
2026-06-21T04:46:42.3533625Z    Compiling crossbeam-utils v0.8.21
2026-06-21T04:46:42.3639193Z    Compiling diatomic-waker v0.2.3
2026-06-21T04:46:42.4332986Z    Compiling signature v2.2.0
2026-06-21T04:46:42.4817112Z    Compiling cmake v0.1.58
2026-06-21T04:46:42.5821193Z    Compiling serde_json v1.0.150
2026-06-21T04:46:42.5822373Z    Compiling parking v2.2.1
2026-06-21T04:46:42.5980607Z    Compiling httpdate v1.0.3
2026-06-21T04:46:42.6128316Z    Compiling cordyceps v0.3.4
2026-06-21T04:46:42.6293634Z    Compiling winnow v1.0.3
2026-06-21T04:46:42.7455685Z    Compiling spin v0.10.0
2026-06-21T04:46:42.7600557Z    Compiling futures-lite v2.6.1
2026-06-21T04:46:42.8022419Z    Compiling ed25519 v2.2.3
2026-06-21T04:46:42.8326125Z    Compiling digest v0.11.3
2026-06-21T04:46:42.8403838Z    Compiling cipher v0.4.4
2026-06-21T04:46:42.8455738Z    Compiling netlink-packet-core v0.8.1
2026-06-21T04:46:42.8970618Z    Compiling universal-hash v0.5.1
2026-06-21T04:46:42.9461201Z    Compiling futures-buffered v0.2.13
2026-06-21T04:46:42.9499548Z    Compiling vergen v9.1.0
2026-06-21T04:46:43.0087037Z    Compiling vergen-lib v0.1.6
2026-06-21T04:46:43.0200751Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T04:46:43.0370555Z    Compiling heapless v0.7.17
2026-06-21T04:46:43.0920726Z    Compiling noq-udp v0.10.0
2026-06-21T04:46:43.0930481Z    Compiling sync_wrapper v1.0.2
2026-06-21T04:46:43.1110546Z    Compiling allocator-api2 v0.2.21
2026-06-21T04:46:43.1807589Z    Compiling opaque-debug v0.3.1
2026-06-21T04:46:43.1937410Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T04:46:43.2081241Z    Compiling byteorder v1.5.0
2026-06-21T04:46:43.2520757Z    Compiling polyval v0.6.2
2026-06-21T04:46:43.3300897Z    Compiling spin v0.9.8
2026-06-21T04:46:43.3387134Z    Compiling vergen-gitcl v1.0.8
2026-06-21T04:46:43.3851255Z    Compiling aws-lc-sys v0.41.0
2026-06-21T04:46:43.3957901Z    Compiling ring v0.17.14
2026-06-21T04:46:43.4090523Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T04:46:43.4210959Z    Compiling hash32 v0.2.1
2026-06-21T04:46:43.4920921Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T04:46:43.5195378Z    Compiling fallible-iterator v0.3.0
2026-06-21T04:46:43.5502175Z    Compiling signature v3.0.0
2026-06-21T04:46:43.5974475Z    Compiling tower-layer v0.3.3
2026-06-21T04:46:43.5978582Z    Compiling num_threads v0.1.7
2026-06-21T04:46:43.5982015Z    Compiling ryu v1.0.23
2026-06-21T04:46:43.6742161Z    Compiling time v0.3.47
2026-06-21T04:46:43.7310338Z    Compiling ghash v0.5.1
2026-06-21T04:46:43.7311085Z    Compiling aes v0.8.4
2026-06-21T04:46:43.7869755Z    Compiling ctr v0.9.2
2026-06-21T04:46:43.8100690Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T04:46:43.8349088Z    Compiling fs2 v0.4.3
2026-06-21T04:46:43.9521418Z    Compiling http-body-util v0.1.3
2026-06-21T04:46:43.9561297Z    Compiling aead v0.5.2
2026-06-21T04:46:43.9701213Z    Compiling openssl-probe v0.2.1
2026-06-21T04:46:44.0126316Z    Compiling crossbeam-channel v0.5.15
2026-06-21T04:46:44.1010967Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T04:46:44.1090748Z    Compiling blake3 v1.8.5
2026-06-21T04:46:44.1880583Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T04:46:44.2370317Z    Compiling netlink-packet-route v0.29.0
2026-06-21T04:46:44.2894263Z    Compiling uuid v1.23.2
2026-06-21T04:46:44.4290779Z    Compiling aes-gcm v0.10.3
2026-06-21T04:46:44.4812340Z    Compiling memoffset v0.6.5
2026-06-21T04:46:44.5296026Z    Compiling acto v0.8.2
2026-06-21T04:46:44.6215271Z    Compiling netwatch v0.16.0
2026-06-21T04:46:44.6568042Z    Compiling noq v0.18.0
2026-06-21T04:46:44.6690811Z    Compiling rustix v1.1.4
2026-06-21T04:46:44.7520932Z    Compiling lru-slab v0.1.2
2026-06-21T04:46:44.7632010Z    Compiling identity-hash v0.1.0
2026-06-21T04:46:44.8362182Z    Compiling ref-cast v1.0.25
2026-06-21T04:46:44.8591591Z    Compiling rustc-hash v2.1.2
2026-06-21T04:46:44.8748048Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T04:46:44.8848667Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T04:46:44.9051687Z    Compiling tagptr v0.2.0
2026-06-21T04:46:44.9651006Z    Compiling mac-addr v0.3.0
2026-06-21T04:46:45.0319673Z    Compiling thiserror v1.0.69
2026-06-21T04:46:45.0401339Z    Compiling foldhash v0.2.0
2026-06-21T04:46:45.0750148Z    Compiling xml-rs v0.8.28
2026-06-21T04:46:45.2108444Z    Compiling hashbrown v0.16.1
2026-06-21T04:46:45.3149573Z    Compiling netlink-packet-route v0.30.0
2026-06-21T04:46:45.3251679Z    Compiling serial-core v0.4.0
2026-06-21T04:46:45.4020869Z    Compiling errno v0.3.14
2026-06-21T04:46:45.5309569Z    Compiling synstructure v0.13.2
2026-06-21T04:46:45.5567964Z    Compiling darling_core v0.20.11
2026-06-21T04:46:45.5810694Z    Compiling serde_derive_internals v0.29.1
2026-06-21T04:46:45.8827415Z    Compiling proc-macro-crate v3.5.0
2026-06-21T04:46:46.0626233Z    Compiling xmltree v0.10.3
2026-06-21T04:46:46.0890628Z    Compiling ioctl-rs v0.1.6
2026-06-21T04:46:46.1971308Z    Compiling termios v0.2.2
2026-06-21T04:46:46.2155041Z    Compiling simple-dns v0.9.3
2026-06-21T04:46:46.2920782Z    Compiling aho-corasick v1.1.4
2026-06-21T04:46:46.3098829Z    Compiling smol_str v0.1.24
2026-06-21T04:46:46.3212190Z    Compiling linux-raw-sys v0.12.1
2026-06-21T04:46:46.3281297Z    Compiling arrayvec v0.7.6
2026-06-21T04:46:46.4180774Z    Compiling regex-syntax v0.8.10
2026-06-21T04:46:46.5170876Z    Compiling sha1_smol v1.0.1
2026-06-21T04:46:46.5360506Z    Compiling toml_write v0.1.2
2026-06-21T04:46:46.5573547Z    Compiling constant_time_eq v0.4.2
2026-06-21T04:46:46.5956438Z    Compiling winnow v0.7.15
2026-06-21T04:46:46.7190675Z    Compiling arrayref v0.3.9
2026-06-21T04:46:46.7573220Z    Compiling resolv-conf v0.7.6
2026-06-21T04:46:46.7718091Z    Compiling signal-hook v0.3.18
2026-06-21T04:46:46.7719706Z    Compiling simdutf8 v0.1.5
2026-06-21T04:46:46.9264665Z    Compiling serial-unix v0.4.0
2026-06-21T04:46:47.0892434Z    Compiling lru v0.16.4
2026-06-21T04:46:47.1651695Z    Compiling signal-hook-registry v1.4.8
2026-06-21T04:46:47.2550601Z    Compiling darling_core v0.23.0
2026-06-21T04:46:47.3696339Z    Compiling serde_bytes v0.11.19
2026-06-21T04:46:47.4255159Z    Compiling serde_derive v1.0.228
2026-06-21T04:46:47.5591403Z    Compiling zeroize_derive v1.4.3
2026-06-21T04:46:47.5671039Z    Compiling tokio-macros v2.7.0
2026-06-21T04:46:47.6690581Z    Compiling zerofrom-derive v0.1.7
2026-06-21T04:46:48.1490459Z    Compiling zeroize v1.8.2
2026-06-21T04:46:48.2941069Z    Compiling tokio v1.52.3
2026-06-21T04:46:48.3680783Z    Compiling futures-macro v0.3.32
2026-06-21T04:46:48.7133363Z    Compiling yoke-derive v0.8.2
2026-06-21T04:46:48.7510980Z    Compiling zerovec-derive v0.11.3
2026-06-21T04:46:49.0603128Z    Compiling displaydoc v0.2.6
2026-06-21T04:46:49.0736331Z    Compiling zerofrom v0.1.8
2026-06-21T04:46:49.1838088Z    Compiling tracing-attributes v0.1.31
2026-06-21T04:46:49.3204483Z    Compiling futures-util v0.3.32
2026-06-21T04:46:49.3501036Z    Compiling rustls-pki-types v1.14.1
2026-06-21T04:46:49.8855569Z    Compiling thiserror-impl v2.0.18
2026-06-21T04:46:49.9522626Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T04:46:50.0012251Z    Compiling yoke v0.8.3
2026-06-21T04:46:50.2179667Z    Compiling zerotrie v0.2.4
2026-06-21T04:46:50.2610753Z    Compiling darling_macro v0.20.11
2026-06-21T04:46:50.2763075Z    Compiling zerovec v0.11.6
2026-06-21T04:46:50.5700719Z    Compiling derive_more-impl v2.1.1
2026-06-21T04:46:50.6389581Z    Compiling darling v0.20.11
2026-06-21T04:46:50.6701329Z    Compiling n0-error-macros v0.1.3
2026-06-21T04:46:50.7151242Z    Compiling derive_builder_core v0.20.2
2026-06-21T04:46:50.8400770Z    Compiling spez v0.1.2
2026-06-21T04:46:50.9280602Z    Compiling der v0.8.0-rc.10
2026-06-21T04:46:51.0400585Z    Compiling tinystr v0.8.3
2026-06-21T04:46:51.1896542Z    Compiling potential_utf v0.1.5
2026-06-21T04:46:51.2898278Z    Compiling icu_locale_core v2.2.0
2026-06-21T04:46:51.3409935Z    Compiling icu_collections v2.2.0
2026-06-21T04:46:51.7010565Z    Compiling n0-error v0.1.3
2026-06-21T04:46:51.7260357Z    Compiling pin-project-internal v1.1.13
2026-06-21T04:46:52.1060787Z    Compiling derive_builder_macro v0.20.2
2026-06-21T04:46:52.1601073Z    Compiling cobs v0.3.0
2026-06-21T04:46:52.1972536Z    Compiling postcard-derive v0.2.2
2026-06-21T04:46:52.3991585Z    Compiling ed25519-dalek v2.2.0
2026-06-21T04:46:52.5060489Z    Compiling icu_provider v2.2.0
2026-06-21T04:46:52.7791141Z    Compiling ipnet v2.12.0
2026-06-21T04:46:52.8651077Z    Compiling icu_properties v2.2.0
2026-06-21T04:46:52.9416677Z    Compiling icu_normalizer v2.2.0
2026-06-21T04:46:53.0394694Z    Compiling derive_builder v0.20.2
2026-06-21T04:46:53.0630984Z    Compiling spki v0.8.0-rc.4
2026-06-21T04:46:53.1136309Z    Compiling pin-project v1.1.13
2026-06-21T04:46:53.2129774Z    Compiling once_cell v1.21.4
2026-06-21T04:46:53.2590877Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T04:46:53.3130968Z    Compiling futures-executor v0.3.32
2026-06-21T04:46:53.4407962Z    Compiling tracing-core v0.1.36
2026-06-21T04:46:53.5050962Z    Compiling prefix-trie v0.8.4
2026-06-21T04:46:53.5189881Z    Compiling futures v0.3.32
2026-06-21T04:46:53.5550525Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T04:46:53.6160270Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T04:46:53.6744456Z    Compiling hashbrown v0.14.5
2026-06-21T04:46:53.6832070Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T04:46:54.1657435Z    Compiling tracing v0.1.44
2026-06-21T04:46:54.1800682Z    Compiling data-encoding-macro v0.1.20
2026-06-21T04:46:54.2325502Z    Compiling rustls-native-certs v0.8.4
2026-06-21T04:46:54.2405231Z    Compiling enum-assoc v1.3.0
2026-06-21T04:46:54.3920652Z    Compiling idna_adapter v1.2.2
2026-06-21T04:46:54.4081012Z    Compiling hashlink v0.9.1
2026-06-21T04:46:54.4361668Z    Compiling postcard v1.1.3
2026-06-21T04:46:54.5101064Z    Compiling tokio-util v0.7.18
2026-06-21T04:46:54.5300736Z    Compiling idna v1.1.0
2026-06-21T04:46:54.5351376Z    Compiling netlink-sys v0.8.8
2026-06-21T04:46:54.6544409Z    Compiling tower v0.5.3
2026-06-21T04:46:54.8231692Z    Compiling async-trait v0.1.89
2026-06-21T04:46:54.8590660Z    Compiling num_enum_derive v0.7.6
2026-06-21T04:46:54.8700717Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T04:46:54.9239600Z    Compiling url v2.5.8
2026-06-21T04:46:55.0240872Z    Compiling strum_macros v0.28.0
2026-06-21T04:46:55.0980615Z    Compiling rusqlite v0.32.1
2026-06-21T04:46:55.1610616Z    Compiling netlink-proto v0.12.0
2026-06-21T04:46:55.1900879Z    Compiling derive_more v2.1.1
2026-06-21T04:46:55.2551438Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T04:46:55.3010740Z    Compiling iroh-metrics v0.38.3
2026-06-21T04:46:55.3769538Z    Compiling netdev v0.42.0
2026-06-21T04:46:55.4069696Z    Compiling iroh-relay v0.98.0
2026-06-21T04:46:55.4880797Z    Compiling moka v0.12.15
2026-06-21T04:46:55.7050407Z    Compiling h2 v0.4.14
2026-06-21T04:46:55.7700843Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T04:46:55.8367362Z    Compiling n0-watcher v0.6.1
2026-06-21T04:46:55.9307526Z    Compiling iroh-base v0.98.0
2026-06-21T04:46:55.9994151Z    Compiling tower-http v0.6.11
2026-06-21T04:46:56.0271258Z    Compiling attohttpc v0.30.1
2026-06-21T04:46:56.0931988Z    Compiling num_enum v0.7.6
2026-06-21T04:46:56.1067585Z    Compiling tokio-stream v0.1.18
2026-06-21T04:46:56.2083964Z    Compiling serde_spanned v0.6.9
2026-06-21T04:46:56.3550838Z    Compiling toml_datetime v0.6.11
2026-06-21T04:46:56.3849588Z    Compiling thiserror-impl v1.0.69
2026-06-21T04:46:56.4629165Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T04:46:56.5509926Z    Compiling ref-cast-impl v1.0.25
2026-06-21T04:46:56.6140912Z    Compiling toml_edit v0.22.27
2026-06-21T04:46:56.7920652Z    Compiling webpki-roots v1.0.7
2026-06-21T04:46:56.8201491Z    Compiling regex-automata v0.4.14
2026-06-21T04:46:56.9131080Z    Compiling schemars_derive v1.2.1
2026-06-21T04:46:57.0268620Z    Compiling seize v0.5.1
2026-06-21T04:46:57.1461495Z    Compiling hmac v0.12.1
2026-06-21T04:46:57.1748662Z    Compiling iroh v0.98.2
2026-06-21T04:46:57.3597935Z    Compiling rustix v0.38.44
2026-06-21T04:46:57.5147548Z    Compiling pin-utils v0.1.0
2026-06-21T04:46:57.5217864Z    Compiling utf8parse v0.2.2
2026-06-21T04:46:57.5660713Z    Compiling bitflags v1.3.2
2026-06-21T04:46:57.6010750Z    Compiling cmov v0.5.4
2026-06-21T04:46:57.6361452Z    Compiling dyn-clone v1.0.20
2026-06-21T04:46:57.6449810Z    Compiling nix v0.25.1
2026-06-21T04:46:57.7538922Z    Compiling anstyle-parse v1.0.0
2026-06-21T04:46:57.8200777Z    Compiling hkdf v0.12.4
2026-06-21T04:46:57.8850836Z    Compiling ctutils v0.4.2
2026-06-21T04:46:57.9898468Z    Compiling papaya v0.2.4
2026-06-21T04:46:57.9900374Z    Compiling backon v1.6.0
2026-06-21T04:46:58.0332515Z    Compiling filedescriptor v0.8.3
2026-06-21T04:46:58.0436373Z    Compiling darling_macro v0.23.0
2026-06-21T04:46:58.1711036Z    Compiling strum v0.28.0
2026-06-21T04:46:58.2770705Z    Compiling iroh-dns v0.98.0
2026-06-21T04:46:58.2868912Z    Compiling serial v0.4.0
2026-06-21T04:46:58.3173769Z    Compiling anstyle-query v1.1.5
2026-06-21T04:46:58.3940797Z    Compiling downcast-rs v1.2.1
2026-06-21T04:46:58.4010392Z    Compiling foldhash v0.1.5
2026-06-21T04:46:58.4485099Z    Compiling instability v0.3.12
2026-06-21T04:46:58.4780873Z    Compiling linux-raw-sys v0.4.15
2026-06-21T04:46:58.5689819Z    Compiling shell-words v1.1.1
2026-06-21T04:46:58.5887193Z    Compiling anstyle v1.0.14
2026-06-21T04:46:58.6250298Z    Compiling colorchoice v1.0.5
2026-06-21T04:46:58.6257361Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T04:46:58.6641911Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T04:46:58.7316206Z    Compiling hashbrown v0.15.5
2026-06-21T04:46:58.7591290Z    Compiling darling v0.23.0
2026-06-21T04:46:58.7820941Z    Compiling signal-hook-mio v0.2.5
2026-06-21T04:46:58.8202854Z    Compiling schemars v1.2.1
2026-06-21T04:46:58.8480685Z    Compiling anstream v1.0.0
2026-06-21T04:46:58.8591117Z    Compiling spake2 v0.4.0
2026-06-21T04:46:58.8751055Z    Compiling terminal_size v0.4.4
2026-06-21T04:46:58.8831789Z    Compiling strum_macros v0.26.4
2026-06-21T04:46:59.0036134Z    Compiling itertools v0.13.0
2026-06-21T04:46:59.2310709Z    Compiling sha1 v0.10.6
2026-06-21T04:46:59.2748035Z    Compiling castaway v0.2.4
2026-06-21T04:46:59.3960587Z    Compiling unicode-width v0.1.14
2026-06-21T04:46:59.5651276Z    Compiling toml v0.8.23
2026-06-21T04:46:59.5855459Z    Compiling static_assertions v1.1.0
2026-06-21T04:46:59.6750972Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T04:46:59.7050794Z    Compiling indoc v2.0.7
2026-06-21T04:47:00.1590787Z    Compiling regex v1.12.3
2026-06-21T04:47:00.2094347Z    Compiling clap_lex v1.1.0
2026-06-21T04:47:00.4867974Z    Compiling doctest-file v1.1.1
2026-06-21T04:47:00.5433144Z    Compiling clap_builder v4.6.0
2026-06-21T04:47:00.6649705Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T04:47:01.0060726Z    Compiling interprocess v2.4.2
2026-06-21T04:47:01.1150496Z    Compiling hyper v1.10.1
2026-06-21T04:47:01.1770177Z    Compiling strum v0.26.3
2026-06-21T04:47:01.2950564Z    Compiling unicode-truncate v1.1.0
2026-06-21T04:47:01.3880849Z    Compiling crossterm v0.28.1
2026-06-21T04:47:01.4660946Z    Compiling compact_str v0.8.2
2026-06-21T04:47:01.4820560Z    Compiling lru v0.12.5
2026-06-21T04:47:01.6000792Z    Compiling clap_derive v4.6.1
2026-06-21T04:47:01.6589966Z    Compiling cassowary v0.3.0
2026-06-21T04:47:01.6930710Z    Compiling iana-time-zone v0.1.65
2026-06-21T04:47:01.9460935Z    Compiling portable-pty v0.8.1
2026-06-21T04:47:02.0400964Z    Compiling unicode-width v0.2.0
2026-06-21T04:47:02.3889765Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T04:47:02.4057906Z    Compiling ratatui v0.29.0
2026-06-21T04:47:02.4960808Z    Compiling chrono v0.4.45
2026-06-21T04:47:02.6095286Z    Compiling nucleo-matcher v0.3.1
2026-06-21T04:47:02.7451182Z    Compiling qrcode v0.14.1
2026-06-21T04:47:03.0890620Z    Compiling tempfile v3.27.0
2026-06-21T04:47:03.1540746Z    Compiling hyper-util v0.1.20
2026-06-21T04:47:03.8165573Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T04:47:03.8530855Z    Compiling clap v4.6.1
2026-06-21T04:47:05.2496751Z    Compiling igd-next v0.17.1
2026-06-21T04:47:06.4004811Z    Compiling portmapper v0.16.0
2026-06-21T04:47:10.5403151Z    Compiling rustls-webpki v0.103.13
2026-06-21T04:47:12.8816002Z    Compiling tokio-rustls v0.26.4
2026-06-21T04:47:12.8816605Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T04:47:12.8817135Z    Compiling noq-proto v0.17.0
2026-06-21T04:47:13.0373361Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T04:47:13.0373908Z    Compiling hyper-rustls v0.27.9
2026-06-21T04:47:13.0374775Z    Compiling tokio-websockets v0.13.2
2026-06-21T04:47:13.1613151Z    Compiling reqwest v0.13.4
2026-06-21T04:47:14.0928278Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T04:47:27.8644565Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T04:47:29.2459424Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T04:47:36.4574172Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T04:47:40.1718580Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T04:47:40.1948398Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T04:47:40.1961816Z 
2026-06-21T04:47:40.1962028Z running 1 test
2026-06-21T04:47:46.3808538Z test new_brain_serves_against_old_broker ... ok
2026-06-21T04:47:46.3808828Z 
2026-06-21T04:47:46.3809249Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-21T04:47:46.3809669Z 
2026-06-21T04:47:46.4018044Z Post job cleanup.
2026-06-21T04:47:46.4690079Z [command]/usr/bin/git version
2026-06-21T04:47:46.4721355Z git version 2.43.0
2026-06-21T04:47:46.4751074Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ed16e38d-7b13-4d90-87ad-a277051684c8' before making global git config changes
2026-06-21T04:47:46.4751797Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T04:47:46.4754769Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T04:47:46.4784236Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T04:47:46.4810189Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T04:47:46.5024930Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T04:47:46.5044042Z http.https://github.com/.extraheader
2026-06-21T04:47:46.5050617Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T04:47:46.5076037Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T04:47:46.5262518Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T04:47:46.5289642Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T04:47:46.5606722Z Cleaning up orphan processes
2026-06-21T04:47:46.6080426Z Terminate orphan process: pid (3251202) (spt)
